home *** CD-ROM | disk | FTP | other *** search
- stop();
- loader_mc.onEnterFrame = function()
- {
- var _loc3_ = this._parent;
- var _loc2_ = _loc3_.getBytesLoaded() / _loc3_.getBytesTotal();
- trace(_loc2_);
- _loc3_.per = int(_loc2_ * 100);
- this._xscale = int(_loc2_ * 100);
- if(_loc2_ == 1)
- {
- this.onEnterFrame = null;
- _loc3_.nextFrame();
- }
- };
-